PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFGoTo3DViewAction Class / setTargetAnnotation Method
A com.o2sol.pdf4java.annotations.a3d.PDF3DAnnotation object representing the 3D action.
In This Topic
    setTargetAnnotation Method
    In This Topic
    Sets the 3D annotation that is the target of this action.
    Syntax
    public void setTargetAnnotation( 
       PDF3DAnnotation annotation
    )

    Parameters

    annotation
    A com.o2sol.pdf4java.annotations.a3d.PDF3DAnnotation object representing the 3D action.
    See Also